home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / utilz20x.zip / STD2EXT / STD2EXT.DOC < prev   
Text File  |  1997-01-21  |  1KB  |  34 lines

  1.  
  2. SYNOPSIS
  3.     std2ext - convert standard FILES.BBS to extended format
  4.  
  5. PURPOSE
  6.     Tight utility to convert plain FILES.BBS (filename, descriptions
  7.     and optional download counters) into the extended format that is
  8.     required by some systems (i.e. for ProBoard CD-ROM file areas).
  9.     std2ext adds the date and size for all files which are in the FILES.BBS
  10.     listing. To do that, it needs to know the directory to process which
  11.     is specified on the command line.
  12.  
  13. EXAMPLE
  14.     std2ext <files.bbs> <directory> <output>
  15.  
  16.         files.bbs
  17.             The path to the FILES.BBS file to convert. Note that this
  18.             file will not be modified by the program.
  19.  
  20.         directory
  21.             The directory which contains the files listed in the FILES.BBS
  22.             file. This is where std2ext looks for the files to extract
  23.             their dates and sizes.
  24.  
  25.         output
  26.             This is the path where the resulting new FILES.BBS is stored.
  27.             If a file of this name exists, it is overwritten. Note that
  28.             the original listing is not modified during the process.
  29.  
  30. AUTHOR
  31.     Branislav L. Slantchev
  32.     Silicon Creations, Inc.
  33.  
  34.